• frmQuotationRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmQuotationRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmQuotationRecord))
33         Me.Panel1 = New System.Windows.Forms.Panel()
34         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
35         Me.txtCustomerName = New System.Windows.Forms.TextBox()
36         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
37         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
38         Me.Label2 = New System.Windows.Forms.Label()
39         Me.btnGetData = New System.Windows.Forms.Button()
40         Me.Label4 = New System.Windows.Forms.Label()
41         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
42         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
43         Me.cmbQuotationNo = New System.Windows.Forms.ComboBox()
44         Me.Panel5 = New System.Windows.Forms.Panel()
45         Me.btnExportExcel = New System.Windows.Forms.Button()
46         Me.btnClose = New System.Windows.Forms.Button()
47         Me.btnReset = New System.Windows.Forms.Button()
48         Me.dgw = New System.Windows.Forms.DataGridView()
49         Me.Panel2 = New System.Windows.Forms.Panel()
50         Me.Label1 = New System.Windows.Forms.Label()
51         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
52         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
53         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
54         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
55         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
56         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
57         Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
58         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
59         Me.Column10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
60         Me.Panel1.SuspendLayout()
61         Me.GroupBox4.SuspendLayout()
62         Me.GroupBox2.SuspendLayout()
63         Me.GroupBox1.SuspendLayout()
64         Me.Panel5.SuspendLayout()
65         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
66         Me.Panel2.SuspendLayout()
67         Me.SuspendLayout()
68         
'
69         
'Panel1
70         
'
71         Me.Panel1.BackColor = System.Drawing.Color.White
72         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
73         Me.Panel1.Controls.Add(Me.GroupBox4)
74         Me.Panel1.Controls.Add(Me.GroupBox2)
75         Me.Panel1.Controls.Add(Me.GroupBox1)
76         Me.Panel1.Controls.Add(Me.Panel5)
77         Me.Panel1.Controls.Add(Me.dgw)
78         Me.Panel1.Controls.Add(Me.Panel2)
79         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
80         Me.Panel1.Name =
"Panel1"
81         Me.Panel1.Size = New System.Drawing.Size(
850, 618)
82         Me.Panel1.TabIndex =
2
83         
'
84         
'GroupBox4
85         
'
86         Me.GroupBox4.Controls.Add(Me.txtCustomerName)
87         Me.GroupBox4.Location = New System.Drawing.Point(
9, 151)
88         Me.GroupBox4.Name =
"GroupBox4"
89         Me.GroupBox4.Size = New System.Drawing.Size(
168, 75)
90         Me.GroupBox4.TabIndex =
51
91         Me.GroupBox4.TabStop = False
92         Me.GroupBox4.Text =
"Search By Customer Name"
93         
'
94         
'txtCustomerName
95         
'
96         Me.txtCustomerName.BackColor = System.Drawing.Color.White
97         Me.txtCustomerName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
98         Me.txtCustomerName.Location = New System.Drawing.Point(
14, 38)
99         Me.txtCustomerName.Name =
"txtCustomerName"
100         Me.txtCustomerName.Size = New System.Drawing.Size(
138, 21)
101         Me.txtCustomerName.TabIndex =
14
102         
'
103         
'GroupBox2
104         
'
105         Me.GroupBox2.Controls.Add(Me.dtpDateTo)
106         Me.GroupBox2.Controls.Add(Me.Label2)
107         Me.GroupBox2.Controls.Add(Me.btnGetData)
108         Me.GroupBox2.Controls.Add(Me.Label4)
109         Me.GroupBox2.Controls.Add(Me.dtpDateFrom)
110         Me.GroupBox2.Location = New System.Drawing.Point(
180, 70)
111         Me.GroupBox2.Name =
"GroupBox2"
112         Me.GroupBox2.Size = New System.Drawing.Size(
373, 75)
113         Me.GroupBox2.TabIndex =
49
114         Me.GroupBox2.TabStop = False
115         Me.GroupBox2.Text =
"Search by Quotation Date"
116         
'
117         
'dtpDateTo
118         
'
119         Me.dtpDateTo.CustomFormat =
"dd/MM/yyyy"
120         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
121         Me.dtpDateTo.Location = New System.Drawing.Point(
156, 41)
122         Me.dtpDateTo.Name =
"dtpDateTo"
123         Me.dtpDateTo.Size = New System.Drawing.Size(
119, 20)
124         Me.dtpDateTo.TabIndex =
14
125         
'
126         
'Label2
127         
'
128         Me.Label2.AutoSize = True
129         Me.Label2.Location = New System.Drawing.Point(
153, 22)
130         Me.Label2.Name =
"Label2"
131         Me.Label2.Size = New System.Drawing.Size(
26, 13)
132         Me.Label2.TabIndex =
13
133         Me.Label2.Text =
"To :"
134         
'
135         
'btnGetData
136         
'
137         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
138         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
139         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
140         Me.btnGetData.Location = New System.Drawing.Point(
281, 41)
141         Me.btnGetData.Name =
"btnGetData"
142         Me.btnGetData.Size = New System.Drawing.Size(
76, 20)
143         Me.btnGetData.TabIndex =
1
144         Me.btnGetData.Text =
"Get Data"
145         Me.btnGetData.UseVisualStyleBackColor = True
146         
'
147         
'Label4
148         
'
149         Me.Label4.AutoSize = True
150         Me.Label4.Location = New System.Drawing.Point(
13, 22)
151         Me.Label4.Name =
"Label4"
152         Me.Label4.Size = New System.Drawing.Size(
36, 13)
153         Me.Label4.TabIndex =
12
154         Me.Label4.Text =
"From :"
155         
'
156         
'dtpDateFrom
157         
'
158         Me.dtpDateFrom.CustomFormat =
"dd/MM/yyyy"
159         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
160         Me.dtpDateFrom.Location = New System.Drawing.Point(
16, 41)
161         Me.dtpDateFrom.Name =
"dtpDateFrom"
162         Me.dtpDateFrom.Size = New System.Drawing.Size(
119, 20)
163         Me.dtpDateFrom.TabIndex =
11
164         
'
165         
'GroupBox1
166         
'
167         Me.GroupBox1.Controls.Add(Me.cmbQuotationNo)
168         Me.GroupBox1.Location = New System.Drawing.Point(
9, 70)
169         Me.GroupBox1.Name =
"GroupBox1"
170         Me.GroupBox1.Size = New System.Drawing.Size(
168, 75)
171         Me.GroupBox1.TabIndex =
48
172         Me.GroupBox1.TabStop = False
173         Me.GroupBox1.Text =
"Search By Quotation No."
174         
'
175         
'cmbQuotationNo
176         
'
177         Me.cmbQuotationNo.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
178         Me.cmbQuotationNo.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
179         Me.cmbQuotationNo.FormattingEnabled = True
180         Me.cmbQuotationNo.Location = New System.Drawing.Point(
14, 32)
181         Me.cmbQuotationNo.Name =
"cmbQuotationNo"
182         Me.cmbQuotationNo.Size = New System.Drawing.Size(
138, 21)
183         Me.cmbQuotationNo.TabIndex =
13
184         
'
185         
'Panel5
186         
'
187         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
188         Me.Panel5.Controls.Add(Me.btnExportExcel)
189         Me.Panel5.Controls.Add(Me.btnClose)
190         Me.Panel5.Controls.Add(Me.btnReset)
191         Me.Panel5.Location = New System.Drawing.Point(
559, 75)
192         Me.Panel5.Name =
"Panel5"
193         Me.Panel5.Size = New System.Drawing.Size(
278, 70)
194         Me.Panel5.TabIndex =
46
195         
'
196         
'btnExportExcel
197         
'
198         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
199         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
200         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
201         Me.btnExportExcel.Location = New System.Drawing.Point(
101, 23)
202         Me.btnExportExcel.Name =
"btnExportExcel"
203         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
204         Me.btnExportExcel.TabIndex =
5
205         Me.btnExportExcel.Text =
"&Export Excel"
206         Me.btnExportExcel.UseVisualStyleBackColor = True
207         
'
208         
'btnClose
209         
'
210         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
211         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
212         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
213         Me.btnClose.Location = New System.Drawing.Point(
188, 23)
214         Me.btnClose.Name =
"btnClose"
215         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
216         Me.btnClose.TabIndex =
4
217         Me.btnClose.Text =
"&Close"
218         Me.btnClose.UseVisualStyleBackColor = True
219         
'
220         
'btnReset
221         
'
222         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
223         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
224         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
225         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
226         Me.btnReset.Name =
"btnReset"
227         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
228         Me.btnReset.TabIndex =
0
229         Me.btnReset.Text =
"&Reset"
230         Me.btnReset.UseVisualStyleBackColor = True
231         
'
232         
'dgw
233         
'
234         Me.dgw.AllowUserToAddRows = False
235         Me.dgw.AllowUserToDeleteRows = False
236         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
237         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
238         Me.dgw.BackgroundColor = System.Drawing.Color.White
239         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
240         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
241         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
242         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
243         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
244         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
245         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
246         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
247         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
248         Me.dgw.ColumnHeadersHeight =
30
249         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4, Me.Column5, Me.Column6, Me.Column8, Me.Column7, Me.Column10})
250         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
251         DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
252         DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window
253         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
254         DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
255         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
256         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
257         DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
258         Me.dgw.DefaultCellStyle = DataGridViewCellStyle5
259         Me.dgw.EnableHeadersVisualStyles = False
260         Me.dgw.GridColor = System.Drawing.Color.White
261         Me.dgw.Location = New System.Drawing.Point(
9, 232)
262         Me.dgw.MultiSelect = False
263         Me.dgw.Name =
"dgw"
264         Me.dgw.ReadOnly = True
265         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
266         DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
267         DataGridViewCellStyle6.BackColor = System.Drawing.Color.CadetBlue
268         DataGridViewCellStyle6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
269         DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
270         DataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.DarkSlateGray
271         DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
272         DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
273         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle6
274         Me.dgw.RowHeadersWidth =
25
275         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
276         DataGridViewCellStyle7.BackColor = System.Drawing.Color.White
277         DataGridViewCellStyle7.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
278         DataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.DarkSlateGray
279         DataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.White
280         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle7
281         Me.dgw.RowTemplate.Height =
15
282         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
283         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
284         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
285         Me.dgw.Size = New System.Drawing.Size(
828, 374)
286         Me.dgw.TabIndex =
43
287         
'
288         
'Panel2
289         
'
290         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
291         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
292         Me.Panel2.Controls.Add(Me.Label1)
293         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
294         Me.Panel2.Name =
"Panel2"
295         Me.Panel2.Size = New System.Drawing.Size(
830, 62)
296         Me.Panel2.TabIndex =
0
297         
'
298         
'Label1
299         
'
300         Me.Label1.AutoSize = True
301         Me.Label1.BackColor = System.Drawing.Color.Transparent
302         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
303         Me.Label1.ForeColor = System.Drawing.Color.White
304         Me.Label1.Location = New System.Drawing.Point(
327, 19)
305         Me.Label1.Name =
"Label1"
306         Me.Label1.Size = New System.Drawing.Size(
174, 24)
307         Me.Label1.TabIndex =
0
308         Me.Label1.Text =
"List Of Quotations"
309         
'
310         
'Column1
311         
'
312         Me.Column1.HeaderText =
"Quotation ID"
313         Me.Column1.Name =
"Column1"
314         Me.Column1.ReadOnly = True
315         Me.Column1.Visible = False
316         
'
317         
'Column2
318         
'
319         Me.Column2.HeaderText =
"Quotation No."
320         Me.Column2.Name =
"Column2"
321         Me.Column2.ReadOnly = True
322         
'
323         
'Column3
324         
'
325         DataGridViewCellStyle3.Format =
"dd/MM/yyyy"
326         Me.Column3.DefaultCellStyle = DataGridViewCellStyle3
327         Me.Column3.HeaderText =
"Quotation Date"
328         Me.Column3.Name =
"Column3"
329         Me.Column3.ReadOnly = True
330         
'
331         
'Column4
332         
'
333         Me.Column4.HeaderText =
"CID"
334         Me.Column4.Name =
"Column4"
335         Me.Column4.ReadOnly = True
336         Me.Column4.Visible = False
337         
'
338         
'Column5
339         
'
340         Me.Column5.HeaderText =
"Customer ID"
341         Me.Column5.Name =
"Column5"
342         Me.Column5.ReadOnly = True
343         
'
344         
'Column6
345         
'
346         Me.Column6.HeaderText =
"Customer Name"
347         Me.Column6.Name =
"Column6"
348         Me.Column6.ReadOnly = True
349         Me.Column6.Width =
200
350         
'
351         
'Column8
352         
'
353         Me.Column8.HeaderText =
"Contact No."
354         Me.Column8.Name =
"Column8"
355         Me.Column8.ReadOnly = True
356         
'
357         
'Column7
358         
'
359         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
360         Me.Column7.DefaultCellStyle = DataGridViewCellStyle4
361         Me.Column7.HeaderText =
"Grand Total"
362         Me.Column7.Name =
"Column7"
363         Me.Column7.ReadOnly = True
364         
'
365         
'Column10
366         
'
367         Me.Column10.HeaderText =
"Remarks"
368         Me.Column10.Name =
"Column10"
369         Me.Column10.ReadOnly = True
370         
'
371         
'frmQuotationRecord
372         
'
373         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
374         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
375         Me.BackColor = System.Drawing.Color.DarkSlateGray
376         Me.ClientSize = New System.Drawing.Size(
873, 644)
377         Me.Controls.Add(Me.Panel1)
378         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
379         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
380         Me.MaximizeBox = False
381         Me.MinimizeBox = False
382         Me.Name =
"frmQuotationRecord"
383         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
384         Me.Panel1.ResumeLayout(False)
385         Me.GroupBox4.ResumeLayout(False)
386         Me.GroupBox4.PerformLayout()
387         Me.GroupBox2.ResumeLayout(False)
388         Me.GroupBox2.PerformLayout()
389         Me.GroupBox1.ResumeLayout(False)
390         Me.Panel5.ResumeLayout(False)
391         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
392         Me.Panel2.ResumeLayout(False)
393         Me.Panel2.PerformLayout()
394         Me.ResumeLayout(False)
395
396     End Sub
397     Friend WithEvents Panel1 As System.Windows.Forms.Panel
398     Friend WithEvents Panel2 As System.Windows.Forms.Panel
399     Friend WithEvents Label1 As System.Windows.Forms.Label
400     Friend WithEvents dgw As System.Windows.Forms.DataGridView
401     Friend WithEvents Panel5 As System.Windows.Forms.Panel
402     Friend WithEvents btnClose As System.Windows.Forms.Button
403     Friend WithEvents btnReset As System.Windows.Forms.Button
404     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
405     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
406     Friend WithEvents Label2 As System.Windows.Forms.Label
407     Friend WithEvents Label4 As System.Windows.Forms.Label
408     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
409     Friend WithEvents btnGetData As System.Windows.Forms.Button
410     Friend WithEvents cmbQuotationNo As System.Windows.Forms.ComboBox
411     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
412     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
413     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
414     Friend WithEvents txtCustomerName As System.Windows.Forms.TextBox
415     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
416     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
417     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
418     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
419     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
420     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
421     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
422     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
423     Friend WithEvents Column10 As System.Windows.Forms.DataGridViewTextBoxColumn
424
425 End Class


Gõ tìm kiếm nhanh...